Version

PropertyMappingCollection<TKey,TMapping> Class Properties

For a list of all members of this type, see PropertyMappingCollection<TKey,TMapping> members.

Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public PropertyIsUpdating (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
Public PropertyItemReturns the data member to which the specified schedule property or metadata entry is mapped to.  
Public PropertyMetadataPropertyMappingsUsed for defining metadata field mappings.  
Public PropertyUseDefaultMappingsSpecifies whether to use default mappings.  
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Protected PropertyNotifyItemsChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<TMapping>)
See Also